3.1034 \(\int \frac {1}{\sqrt {a+(2+2 c-2 (1+c)) x^4}} \, dx\)

Optimal. Leaf size=7 \[ \frac {x}{\sqrt {a}} \]

[Out]

x/a^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 7, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.100, Rules used = {2, 8} \[ \frac {x}{\sqrt {a}} \]

Antiderivative was successfully verified.

[In]

Int[1/Sqrt[a + (2 + 2*c - 2*(1 + c))*x^4],x]

[Out]

x/Sqrt[a]

Rule 2

Int[(u_.)*((a_.) + (b_.)*(x_)^(n_.))^(p_.), x_Symbol] :> Int[u*a^p, x] /; FreeQ[{a, b, n, p}, x] && EqQ[b, 0]

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rubi steps

\begin {align*} \int \frac {1}{\sqrt {a+(2+2 c-2 (1+c)) x^4}} \, dx &=\int \frac {1}{\sqrt {a}} \, dx\\ &=\frac {x}{\sqrt {a}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 7, normalized size = 1.00 \[ \frac {x}{\sqrt {a}} \]

Antiderivative was successfully verified.

[In]

Integrate[1/Sqrt[a + (2 + 2*c - 2*(1 + c))*x^4],x]

[Out]

x/Sqrt[a]

________________________________________________________________________________________

fricas [A]  time = 0.81, size = 5, normalized size = 0.71 \[ \frac {x}{\sqrt {a}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/a^(1/2),x, algorithm="fricas")

[Out]

x/sqrt(a)

________________________________________________________________________________________

giac [A]  time = 0.15, size = 5, normalized size = 0.71 \[ \frac {x}{\sqrt {a}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/a^(1/2),x, algorithm="giac")

[Out]

x/sqrt(a)

________________________________________________________________________________________

maple [A]  time = 0.00, size = 6, normalized size = 0.86 \[ \frac {x}{\sqrt {a}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/a^(1/2),x)

[Out]

x/a^(1/2)

________________________________________________________________________________________

maxima [A]  time = 0.98, size = 5, normalized size = 0.71 \[ \frac {x}{\sqrt {a}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/a^(1/2),x, algorithm="maxima")

[Out]

x/sqrt(a)

________________________________________________________________________________________

mupad [B]  time = 0.00, size = 5, normalized size = 0.71 \[ \frac {x}{\sqrt {a}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/a^(1/2),x)

[Out]

x/a^(1/2)

________________________________________________________________________________________

sympy [A]  time = 0.13, size = 5, normalized size = 0.71 \[ \frac {x}{\sqrt {a}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/a**(1/2),x)

[Out]

x/sqrt(a)

________________________________________________________________________________________